@charset "utf-8";
/* CSS Document */

.index_productswrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5rem 0;
  background: #fafafa;
}

.index_category {
  width: 50%;
  height: auto;
  float: left;
  padding-right: 3rem;
}
/* .index_category p{
  color: #fff;
} */

.index_title02 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.15rem;
}
.index_subtitle02 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
/* .index_category div {
  margin-top: 0.25rem;
} */

@media (max-width: 1400px) {
  .index_title02 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .index_title02 {
    font-size: 28px;
  }
  .index_subtitle02 {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .index_title02 {
    font-size: 24px;
  }
  .index_subtitle02 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .index_title02 {
    font-size: 22px;
  }
  .index_subtitle02 {
    font-size: 13px;
  }
}

.index_cateul {
  width: 100%;
  margin-top: 4rem;
}
.index_cateul li {
  width: 50%;
  height: auto;
  float: left;
}
.index_cateul p{
  color: #fff;
}
.index_cateul li a {
  color: rgba(255, 255, 255, 1);
  width: 100%;
  height: auto;
  display: block;
  min-height: 176px;
  padding: 12px;
  transition: all ease 0.4s;
}
.index_cateul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.index_cateul li:nth-child(1) {
  background: #b87869;
}
.index_cateul li:nth-child(2) {
  background: #8f5d52;
}
.index_cateul li:nth-child(3) {
  background: #ebd5cf;
}
.index_cateul li:nth-child(4) {
  background: #c7b4af;
}
.index_cateul li:nth-child(5) {
  background: #b99085;
}
.index_cateul li:nth-child(6) {
  background: #8d6e66;
}

.index_cateul li:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}

.index_cateul li:nth-child(1) a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  background: #b87869;
  top: -25px;
  left: 0;
}

.index_cateul li a img {
  width: 166px;
  display: block;
  margin: 0 auto;
}
.index_cateul li a h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.index_application {
  width: calc(50% - 1rem);
  height: auto;
  float: right;
  margin-left: 1rem;
  background-image: url(../images/bg_application.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}
.index_appul  h5{
  color: #fff;
}
.index_cateul h5{
  color: #fff;
}

.index_appul li {
  width: 50%;
  height: auto;
  float: left;
  color: #fff;
}
.index_appul li a {
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  padding: 12px;
  min-height: 192px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index_appul li a:hover {
  background: #b87869;
}
.index_appul li a img {
  width: 100%;
  max-width: 242px;
  display: block;
  margin: 0 auto;
}
.index_appul li a h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
}

.index_appul li:nth-child(2n) a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.index_appul li:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_appul li:nth-child(1) a strong {
  font-size: 24px;
}

@media (max-width: 1400px) {
  .index_cateul {
    margin-top: 3rem;
  }
  .index_cateul li:nth-child(1) a {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .index_category {
    width: 50%;
    padding-right: 0.3rem;
  }
  .index_cateul li:nth-child(1) a {
    font-size: 28px;
  }
  .index_cateul li a h5 {
    font-size: 14px;
  }

  .index_application {
    width: calc(50% - 0.3rem);
    margin-left: 0.3rem;
  }
  .index_appul li a h5 {
    font-size: 14px;
  }
  .index_appul li:nth-child(1) a strong {
    font-size: 22px; /*display:inline-block; width:100%;*/
  }
  /*.index_appul li:nth-child(1) a span{ width:100%; display:inline-block;}*/
  .index_appul li a {
    min-height: 184px;
  }
  .index_appul li a img {
    max-width: 220px;
  }
}

@media (max-width: 992px) {
  .index_category {
    width: 100%;
    padding-right: 0rem;
  }
  .index_application {
    width: 100%;
    margin-left: 0rem;
    margin-top: 0.5rem;
  }
  .index_cateul li:nth-child(1) a {
    font-size: 24px;
  }
  .index_cateul li:nth-child(1) a:before {
    height: 20px;
    top: -20px;
  }
}

@media (max-width: 768px) {
  .index_cateul li a {
    min-height: 170px;
  }
  .index_cateul li a img {
    width: 156px;
  }
  .index_appul li a {
    min-height: 163px;
  }
  .index_appul li a img {
    max-width: 200px;
  }
}
